home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / IDimager Personal 4.2.0.3 / setup_IDimager_Personal_V4.exe / {app} / web / modules / uservalidate.inc < prev   
Text File  |  2008-06-02  |  206b  |  14 lines

  1. %code
  2.  
  3. begin
  4.   if Session.Content.Values['UserValidated'] <> 'Y' then
  5.   begin
  6.     Response.Redirect ('%var:PageOffset/login.psc');
  7.   
  8.     //Response.WriteContent;
  9.     exit;
  10.   end;
  11. end;
  12.  
  13. %/code
  14.